Crate egui_wgpu_backend[][src]

Expand description

A render backend to use egui with wgpu.

You need to create a RenderPass and feed it with the output data provided by egui. A basic usage example can be found here.

Re-exports

pub use wgpu;
pub use epi;
pub use epi::egui;

Structs

RenderPass to render a egui based GUI.

Information about the screen used for rendering.

Enums

Error that the backend can return.